inherited ReportDialog: TReportDialog ClientHeight = 337 ClientWidth = 585 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LayoutLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Report layout:' FocusControl = LayoutLB end object LayoutLB: TUiListBox Left = 8 Top = 24 Width = 177 Height = 121 ItemHeight = 13 TabOrder = 0 OnClick = SomethingChangedClick end object ReportGroupBox: TUiGroupBox Left = 192 Top = 16 Width = 385 Height = 129 Caption = 'Report options' TabOrder = 1 end object OutputGroupBox: TUiGroupBox Left = 8 Top = 152 Width = 401 Height = 177 Caption = 'Output options' TabOrder = 2 object TitleLbl: TUiLabel Left = 8 Top = 132 Height = 13 Caption = 'Report title:' FocusControl = TitleEdit end object ofPrinterEdit: TUiRadioButton Left = 8 Top = 20 Height = 17 Caption = '&Printer' TabOrder = 0 OnClick = SomethingChangedClick end object ofHTMLEdit: TUiRadioButton Left = 8 Top = 40 Height = 17 Caption = '&HTML report' TabOrder = 1 OnClick = SomethingChangedClick end object ofPlainTextEdit: TUiRadioButton Left = 8 Top = 60 Height = 17 Caption = 'Plain &text' TabOrder = 2 OnClick = SomethingChangedClick end object PagePanel: TUiPagePanel Left = 128 Top = 16 Width = 269 Height = 121 TabOrder = 3 ActivePageIndex = 0 object PrintPanel: TUiPanel Left = 0 Top = 0 Width = 269 Height = 121 Align = alClient BevelOuter = bvNone TabOrder = 0 object PrintStyleKindLbl: TUiLabel Left = 0 Top = 0 Height = 13 Caption = 'Difference highlighting:' FocusControl = PrintStyleKindEdit end object PrintStyleKindEdit: TUiComboBox Left = 0 Top = 16 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 OnChange = SomethingChangedClick Items.WideStrings = ( 'Use color' 'Monochrome') end object PrintWrapLinesEdit: TUiRadioGroup Left = 0 Top = 44 Width = 265 Height = 69 Caption = 'Wrap lines' Items.WideStrings = ( 'No wrap' 'Wrap words' 'Wrap characters') TabOrder = 1 OnClick = SomethingChangedClick end end object HTMLPanel: TUiPanel Left = 0 Top = 0 Width = 0 Height = 121 BevelOuter = bvNone TabOrder = 1 Visible = False object HTMLStyleKindLbl: TUiLabel Left = 0 Top = 0 Height = 13 Caption = 'Difference highlighting:' FocusControl = HTMLStyleKindEdit end object HTMLStyleURLLbl: TUiLabel Left = 24 Top = 40 Height = 13 Caption = 'Custom stylesheet URL:' FocusControl = HTMLStyleURLEdit end object HTMLStyleKindEdit: TUiComboBox Left = 0 Top = 16 Width = 265 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 OnChange = SomethingChangedClick Items.WideStrings = ( 'Use color stylesheet (embedded)' 'Use monochrome stylesheet (embedded)' 'Use custom stylesheet (external)') end object HTMLStyleURLEdit: TUiEdit Left = 24 Top = 56 Width = 241 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object HTMLWrapEdit: TUiCheckBox Left = 0 Top = 88 Height = 17 Caption = 'Allow word wrapping' TabOrder = 2 OnClick = SomethingChangedClick end end end object TitleEdit: TUiEdit Left = 8 Top = 148 Width = 385 Height = 21 TabOrder = 4 OnChange = SomethingChangedClick end end object BtnPageControl: TUiPageControl Left = 412 Top = 200 Width = 169 Height = 97 ActivePage = tsPrinter Style = tsFlatButtons TabOrder = 3 TabStop = False object tsPrinter: TUiTabSheet TabVisible = False object PreviewBtn: TUiButton Left = 0 Top = 0 Width = 161 Caption = 'Print Previe&w' TabOrder = 0 OnClick = PreviewClick end object SetupBtn: TUiButton Left = 0 Top = 32 Width = 161 Caption = 'Page Setup...' TabOrder = 1 OnClick = SetupClick end object PrintBtn: TUiButton Left = 0 Top = 64 Width = 161 Caption = '&Print...' Default = True TabOrder = 2 OnClick = PrintClick end end object tsFile: TUiTabSheet TabVisible = False object WebBrowserBtn: TUiButton Left = 0 Top = 0 Width = 161 Caption = 'View in Browser' TabOrder = 0 OnClick = WebBrowserClick end object CopyToClipboardBtn: TUiButton Left = 0 Top = 32 Width = 161 Caption = 'Copy to Clipboard' TabOrder = 1 OnClick = CopyToClipboardClick end object SaveBtn: TUiButton Left = 0 Top = 64 Width = 161 Caption = 'Save As...' Default = True TabOrder = 2 OnClick = SaveClick end end end object CloseBtn: TUiButton Left = 504 Top = 304 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 4 AutoSize = asRight end end